/ Assembly List / LJCAddressParserLib / StandardAddress / ParseState

Namespace - LJCAddressParserLib


Parameters
currentToken - The token value.
currentIndex - The token index value.

Returns

true if the token is a State; otherwise, false.

Syntax

C#
public Boolean ParseState(String currentToken, Int32& currentIndex)

Parses a token into the StateOrProvince Property.

Remarks

Decrements the currentIndex by one if the token is a State.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.